about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2019-03-25review commentsEsteban Küber-4/+14
2019-03-26renames EvalContext to InterpretCx.kenta7777-70/+70
2019-03-25When moving out of a for loop head, suggest borrowing it in nll modeEsteban Küber-38/+63
2019-03-26Auto merge of #59136 - jethrogb:jb/sgx-std-test, r=sanxiynbors-94/+236
2019-03-26Fix code block display in portability element in dark themeGuillaume Gomez-0/+8
2019-03-25Reject integer suffix when tuple indexingEsteban Küber-43/+69
2019-03-25Utilize `?` instead of `return None`.Corey Farwell-13/+4
2019-03-25[CI] record docker image info for reuseJosh Stone-2/+8
2019-03-25Link to PhantomData in NonNull documentationChris Gregory-2/+3
2019-03-25Update testsJohn Kåre Alsaker-26/+26
2019-03-25Make more lints incrementalJohn Kåre Alsaker-21/+29
2019-03-25Make some lints incrementalJohn Kåre Alsaker-24/+127
2019-03-25compile all crates under test w/ -Zemit-stack-sizesJorge Aparicio-13/+20
2019-03-25Save coverage file in build_base path, not /tmpPhilipp Hansch-7/+11
2019-03-25Formatting changes, including better wrapping and creating short summary lines.Christian-16/+21
2019-03-25Rework documentation into examplesChris Gregory-8/+46
2019-03-25Rework documentation to be about fat pointersChris Gregory-5/+9
2019-03-25Allocate HIR id counters on demandJohn Kåre Alsaker-18/+13
2019-03-25SGX target: fix std unit testsJethro Beekman-94/+236
2019-03-25black_box should use inline assembly on wasm32gnzlbg-3/+3
2019-03-25Refactor tuple comparison testsChris Gregory-20/+24
2019-03-25Auto merge of #59258 - euclio:suggestions-filter-crate, r=oli-obkbors-7/+44
2019-03-25Allocate HIR id counters for use trees in MiscCollectorJohn Kåre Alsaker-16/+43
2019-03-25Auto merge of #59256 - petrochenkov:derval2, r=Zoxcbors-97/+84
2019-03-25hir: replace NodeId with HirId in ItemIdljedrz-56/+59
2019-03-25Clarify `{Ord,f32,f64}::clamp` docs a littleTobias Bucher-16/+40
2019-03-25add missing bracesFelix S Klock II-2/+2
2019-03-25black_box should inhibit optimizations on platforms without inline assemblygnzlbg-3/+6
2019-03-25Update src/libcore/option.rsPascal Hertleif-1/+1
2019-03-25Remove dupplicated configgnzlbg-2/+2
2019-03-25Moves test::black_box to core::hintgnzlbg-17/+20
2019-03-25Auto merge of #59242 - euclio:asm-ice, r=nagisabors-2/+29
2019-03-25s/lints/diagnosticsPhilipp Hansch-2/+2
2019-03-25Fix two bootstrap testsPhilipp Hansch-0/+2
2019-03-25Auto merge of #59240 - euclio:struct-field-span, r=oli-obkbors-15/+15
2019-03-25compiletest: make path normalization smarterAndy Russell-154/+247
2019-03-24Deduplicate code for path suggestionEsteban Küber-64/+43
2019-03-24Provide suggestion when using field access instead of pathEsteban Küber-0/+32
2019-03-24doc: use correct body font URLsNikhil Benesch-3/+3
2019-03-25Auto merge of #59195 - estebank:for-loop-move, r=petrochenkovbors-1/+74
2019-03-24Auto merge of #59382 - davidtwco:rfc-2008-refactoring, r=petrochenkovbors-780/+859
2019-03-24Add nll testEsteban Küber-0/+24
2019-03-24When moving out of a for loop head, suggest borrowing itEsteban Küber-1/+50
2019-03-24Re-order fields in `Def::Ctor`.David Wood-39/+38
2019-03-24Move `CtorOf` into `hir::def`.David Wood-56/+55
2019-03-24Auto merge of #59397 - kennytm:rollup, r=kennytmbors-74/+233
2019-03-24Remove `CtorOf` from `Node::Ctor`.David Wood-48/+61
2019-03-24bootstrap: build compiler-builtins with -Z emit-stack-sizesJorge Aparicio-0/+24
2019-03-24make asm diagnostic instruction optionalAndy Russell-2/+29
2019-03-24Add a way to track Rustfix UI test coveragePhilipp Hansch-1/+66