about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2018-09-06[nll] Refactor the `Edges` iterator to return `OutlivesConstraints`Wesley Wiser-29/+31
2018-09-06Auto merge of #53575 - matthewjasper:unsized-is-an-error, r=estebankbors-47/+129
2018-09-06Auto merge of #52626 - brunocodutra:issue-52475, r=oli-obkbors-193/+606
2018-09-06Auto merge of #53707 - eddyb:phantom-waffles, r=oli-obkbors-8/+60
2018-09-06Auto merge of #53721 - arielb1:exhaustively-unpun, r=nikomatsakisbors-58/+156
2018-09-06Auto merge of #53955 - alexcrichton:fix-dist-again, r=japaricbors-2/+4
2018-09-05Auto merge of #52994 - varkor:trim_direction, r=alexcrichtonbors-43/+195
2018-09-05Auto merge of #53962 - michaelwoerister:close-thinlto-file-descriptors, r=ale...bors-4/+4
2018-09-05Auto merge of #53951 - tromey:restore-lldb-build, r=alexcrichtonbors-0/+0
2018-09-05Pick up State.h include path changeTom Tromey-0/+0
2018-09-05rustbuild: Tweak LLVM distribution layoutAlex Crichton-2/+4
2018-09-05Auto merge of #53878 - alexcrichton:wasm-atomics-feature, r=eddybbors-6/+15
2018-09-05ThinLTO: Don't keep files open after mmaping them (because it's not needed).Michael Woerister-4/+4
2018-09-05Auto merge of #53867 - cwndrws:json-test-formatter-test-count-as-num, r=nrcbors-4/+4
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-04Breaking change upgradesMark Rousskov-49/+99
2018-09-04Restore lldb buildTom Tromey-0/+0
2018-09-04Update RLS wrt recent Clippy changesIgor Matuszewski-0/+0
2018-09-04Update Rustfmt to 0.99.4Igor Matuszewski-46/+52
2018-09-04Update RLSIgor Matuszewski-0/+0
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-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
2018-09-03Make vaious allocation related types generic on the allocation idBruno Dutra-28/+29
2018-09-03Move EvalSnapshot into its own moduleBruno Dutra-42/+50
2018-09-03Implement Hash in terms of HashStable for EvalSnapshotBruno Dutra-52/+105
2018-09-03Promote EvalSnapshot to newtypeBruno Dutra-7/+22
2018-09-03Remove unused alloc_id_recursion_trackerBruno Dutra-4/+0
2018-09-03A few cleanups and minor improvements to save_analysisljedrz-23/+16
2018-09-03Auto merge of #53697 - Cyres:const-fn-int-ops, r=oli-obkbors-58/+1033
2018-09-03Link to more detailed docs in `slice::from_raw_parts_mut`Tobias Bucher-4/+7
2018-09-03whitelist some ARM featuresJorge Aparicio-0/+4
2018-09-03Auto merge of #53673 - michaelwoerister:incr-thinlto-2000, r=alexcrichtonbors-297/+647
2018-09-03Add missing braceTim Diekmann-1/+1