about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2019-04-25Update trait queriesJohn Kåre Alsaker-36/+69
2019-04-25Update trait_impls_ofJohn Kåre Alsaker-4/+4
2019-04-25Update mir_const_qualifJohn Kåre Alsaker-9/+7
2019-04-25Update rvalue_promotable_mapJohn Kåre Alsaker-9/+7
2019-04-25Update region_scope_treeJohn Kåre Alsaker-14/+10
2019-04-25rustc: Flag metadata compatible with multiple CGUsAlex Crichton-3/+2
2019-04-25Improved error message when type must be bound due to generator.Giles Cope-35/+135
2019-04-25Add tests for saturating_abs() and saturating_neg functionsTobias Rapp-0/+27
2019-04-25Add saturating_abs() and saturating_neg() functions to signed integer typesTobias Rapp-0/+56
2019-04-25Auto merge of #60257 - matthiaskrgr:submodule_upd, r=oli-obkbors-15/+10
2019-04-25Add feature-gate for f16c target featuregnzlbg-1/+3
2019-04-25Implement Debug for Place using Place::iterateSantiago Pastorino-52/+86
2019-04-25Improvement comment explanationsGuillaume Gomez-2/+5
2019-04-25submodules: update clippy from 9897442f to 8c0e038fMatthias Krüger-15/+10
2019-04-25Introduce hir::ExprKind::Use and employ in for loop desugaring.Mazdak Farrokhzad-52/+92
2019-04-25Auto merge of #60248 - estebank:macro-comma, r=oli-obkbors-9/+27
2019-04-25Do not suggest use over extern crate w/ alias.David Wood-66/+41
2019-04-25Add test for current behaviour.David Wood-0/+28
2019-04-25Auto merge of #60162 - gnzlbg:uss, r=alexcrichtonbors-0/+0
2019-04-25Auto merge of #60250 - Centril:rollup-d9tehhr, r=Centrilbors-101/+245
2019-04-25Rollup merge of #60243 - davidtwco:issue-53249, r=cramertjMazdak Farrokhzad-0/+47
2019-04-25Rollup merge of #60185 - NieDzejkob:int-error-kind-reexport, r=rkruppeMazdak Farrokhzad-0/+7
2019-04-25Rollup merge of #60160 - xldenis:fix-overlapping-zero-width-annotation, r=est...Mazdak Farrokhzad-18/+19
2019-04-25Rollup merge of #60038 - michaelwoerister:pgo-updates-2, r=alexcrichtonMazdak Farrokhzad-43/+71
2019-04-25Rollup merge of #59697 - euclio:label-fixes, r=zackmdavisMazdak Farrokhzad-9/+32
2019-04-25Auto merge of #59042 - ljedrz:HirIdification_rework_map, r=Zoxcbors-205/+184
2019-04-24Add guard for missing comma in macro call suggestionEsteban Küber-9/+27
2019-04-25Update inferred_outlives_ofJohn Kåre Alsaker-17/+10
2019-04-25Handle common assert! misusesAlexey Shmalko-15/+109
2019-04-24Add builtin impls for int and float inference vars in chalkTyler Mandry-14/+19
2019-04-24chalkify: Add Copy/Clone builtinsTyler Mandry-21/+192
2019-04-25const-stabilize NonNull::dangling and NonNull::castSimon Sapin-4/+0
2019-04-24Remove useless code and update index page testGuillaume Gomez-25/+5
2019-04-24Prevent failure in case no space left on device in rustdocGuillaume Gomez-3/+4
2019-04-24Add test for rustdoc cfg(test) featureGuillaume Gomez-0/+25
2019-04-24Add regression test for #53249.David Wood-0/+47
2019-04-24Set test flag when rustdoc is running with --test optionGuillaume Gomez-0/+3
2019-04-24Add Pin::{into_inner,into_inner_unchecked}Wim Looman-0/+34
2019-04-24Derive Default for EllipsisInclusiveRangePatternssd234678-9/+2
2019-04-24Evaluate hair::ExprKind::Use in intoMatthew Jasper-24/+22
2019-04-24Allow subtyping of the final expression of a constantMatthew Jasper-5/+46
2019-04-24Remove incorrect debug assertion in interpretMatthew Jasper-2/+1
2019-04-24Derive Default instead of new in applicable lintsd234678-7/+2
2019-04-24doc: some HirIdificationljedrz-30/+23
2019-04-24hir: make NodeId methods depend on HirId onesljedrz-118/+102
2019-04-24hir: remove NodeId from Entry & simplify Mapljedrz-78/+80
2019-04-24Bootstrap x86_64 musl by itselfMateusz Mikuła-10/+9
2019-04-24Auto merge of #60180 - ehuss:update-cargo-books, r=alexcrichtonbors-0/+0
2019-04-24std: Derive `Default` for `io::Cursor`Daiki Mizukami-1/+1
2019-04-24Fix ignore-logic for sanitizer run-make tests.Michael Woerister-9/+6