summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2018-09-05Fix existing testEsteban Küber-1/+19
2018-09-05Auto merge of #53878 - alexcrichton:wasm-atomics-feature, r=eddybbors-6/+15
2018-09-05Spacing changes made to the exampleSiva Prasad-11/+10
2018-09-05Added a missing backtick to no stdMagnumOpus21-1/+1
2018-09-05Made the requested changes for Note: and no_std within backticksMagnumOpus21-2/+2
2018-09-05Prefixed no_run to the no_std write macroMagnumOpus21-1/+1
2018-09-05Formatting errors rectifiedMagnumOpus21-2/+7
2018-09-05Refined the exampleMagnumOpus21-22/+10
2018-09-05Updated libcore/macro.rs to note write macro can work in no_std setupsMagnumOpus21-0/+28
2018-09-05ThinLTO: Don't keep files open after mmaping them (because it's not needed).Michael Woerister-4/+4
2018-09-05Allow for opting out of ThinLTO and clean up LTO related cli flag handling.Michael Woerister-32/+97
2018-09-05Provide more context for unenclosed delimitersEsteban Küber-13/+124
2018-09-05Reword un-closed delimiter labelEsteban Küber-26/+25
2018-09-05Fix incorrect outer function type parameter messageEsteban Küber-7/+55
2018-09-05Auto merge of #53867 - cwndrws:json-test-formatter-test-count-as-num, r=nrcbors-4/+4
2018-09-05Add doc for impl From for Std ErrorSon-0/+9
2018-09-04Move #[test_case] to a syntax extensionJohn Renner-82/+108
2018-09-04Document #[test_case] and #![test_runner]John Renner-4/+37
2018-09-04Fix #[test] shadowing in macro_preludeJohn Renner-6/+70
2018-09-04Introduce Custom Test FrameworksJohn Renner-574/+804
2018-09-05Auto merge of #53075 - Mark-Simulacrum:update-cargolock, r=alexcrichtonbors-49/+99
2018-09-05Auto merge of #53027 - matklad:once_is_completed, r=alexcrichtonbors-14/+59
2018-09-04Add target thumbv7a-pc-windows-msvcJordan Rhee-2/+123
2018-09-04Breaking change upgradesMark Rousskov-49/+99
2018-09-04Restore lldb buildTom Tromey-0/+0
2018-09-04Minimized (and then greatly expanded) test of failure cases from rust-lang/ru...Felix S. Klock II-0/+692
2018-09-04Update RLS wrt recent Clippy changesIgor Matuszewski-0/+0
2018-09-04Clarify `ManuallyDrop` docsTobias Bucher-2/+8
2018-09-04Update Rustfmt to 0.99.4Igor Matuszewski-46/+52
2018-09-04Update RLSIgor Matuszewski-0/+0
2018-09-04Add `debug_assert!`s to `slice::from_raw_parts`Tobias Bucher-2/+11
2018-09-04Document that slices cannot be larger than `isize::MAX` bytesTobias Bucher-0/+4
2018-09-04Rewrite `precompute_borrows_out_of_scope` for fewer hash table lookups.Nicholas Nethercote-41/+79
2018-09-04Auto merge of #53928 - tbu-:pr_doc_fromrawmut, r=frewsxcvbors-4/+7
2018-09-04Auto merge of #53927 - ljedrz:save_analysis_cleanups, r=oli-obkbors-23/+16
2018-09-03Auto merge of #53883 - RalfJung:miri-assert, r=oli-obkbors-0/+2
2018-09-03Auto merge of #53926 - japaric:arm-features, r=alexcrichtonbors-0/+4
2018-09-03remove base_placeMatthew Jasper-70/+18
2018-09-03Fix a few small things, re-word othersiirelu-6/+5
2018-09-03Add keyword docs on constiirelu-1/+56
2018-09-03Document snapshot.rsBruno Dutra-0/+11
2018-09-03Move InfiniteLoopDetector to snapshot.rsBruno Dutra-73/+75
2018-09-03Use EvalContext's TyCtx for the purpose of hashing the evaluation contextBruno Dutra-2/+8
2018-09-03Keep lines shorter than 100 charactersBruno Dutra-11/+41
2018-09-03Add a convenience macro to reduce code duplicationBruno Dutra-114/+86
2018-09-03Add an info log when snapshotting the constant evaluation contextBruno Dutra-0/+2
2018-09-03Add regression test for #52475Bruno Dutra-0/+67
2018-09-03Impl Eq and PartialEq for EvalSnapshot in terms of the Snapshot traitBruno Dutra-69/+45
2018-09-03Impl SnapshotContext for MemoryBruno Dutra-0/+10
2018-09-03Introduce Snapshot and SnapshotContext traitsBruno Dutra-1/+265