about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2019-10-28ci: fix wrong path for wix being setPietro Albini-2/+2
2019-10-28add basic HermitCore support within libtestStefan Lankes-1/+7
2019-10-28Auto merge of #65421 - estebank:variants, r=petrochenkovbors-331/+600
2019-10-28self-profiling: Record something more useful for crate metadata generation ev...Michael Woerister-2/+1
2019-10-28fix tidyQuentin Boyer-1/+1
2019-10-28rustc: use IndexVec<DefIndex, T> instead of Vec<T>.Eduard-Mihai Burtescu-23/+17
2019-10-28ci: fix execution condition for install-clangPietro Albini-1/+1
2019-10-28Auto merge of #65188 - matthewjasper:stabilize-const-constructor, r=Centrilbors-109/+45
2019-10-28doc: mention `get(_mut)` in VecLzu Tao-2/+4
2019-10-28Rollup merge of #65880 - Nadrieril:gather-usefulness-tests, r=varkorMazdak Farrokhzad-3/+6
2019-10-28Rollup merge of #65873 - lzutao:doc-vec-from-raw-parts, r=rkruppeMazdak Farrokhzad-1/+5
2019-10-28Rollup merge of #65849 - popzxc:document-librustc_lexer, r=petrochenkovMazdak Farrokhzad-24/+225
2019-10-28Rollup merge of #65792 - Centril:split-syntax-2, r=petrochenkovMazdak Farrokhzad-120/+130
2019-10-28Rollup merge of #65664 - anp:panic-location, r=eddybMazdak Farrokhzad-145/+331
2019-10-28Rollup merge of #64747 - ethanboxx:master, r=CentrilMazdak Farrokhzad-4/+1
2019-10-28doc: introduce `once` in `iter::chain` documentLzu Tao-3/+18
2019-10-28changing non-empty glob must import something to a lintQuentin Boyer-15/+27
2019-10-27Stabilize `const_constructor`Matthew Jasper-109/+45
2019-10-27Gather together usefulness testsNadrieril-3/+6
2019-10-27Always use consteval to codegen caller_location.Adam Perry-63/+66
2019-10-27Implementation of const caller_location.Adam Perry-2/+90
2019-10-27Panicking infra uses &core::panic::Location.Adam Perry-127/+130
2019-10-27Implement core::intrinsics::caller_location.Adam Perry-3/+95
2019-10-27Point at local similarly named element and tweak references to variantsEsteban Küber-331/+600
2019-10-27doc: explain why it is unsafe to construct Vec<u8> from Vec<u16>Lzu Tao-1/+5
2019-10-27librustc_lexer: Enhance documentationIgor Aleksanov-24/+225
2019-10-27Auto merge of #65869 - Centril:rollup-bzlo74f, r=Centrilbors-459/+520
2019-10-27rustc, rustc_passes: don't depend on syntax_expand.Mazdak Farrokhzad-88/+94
2019-10-27syntax/attr: reduce reliance on parserMazdak Farrokhzad-32/+36
2019-10-27Rollup merge of #65855 - ObsidianMinor:extended_error/E0666, r=varkorMazdak Farrokhzad-3/+28
2019-10-27Rollup merge of #65839 - ecstatic-morse:promo-sanity-fixes, r=eddybMazdak Farrokhzad-371/+240
2019-10-27Rollup merge of #65834 - Mark-Simulacrum:driver-clean, r=nikomatsakisMazdak Farrokhzad-2/+0
2019-10-27Rollup merge of #65777 - matthewjasper:allow-impl-trait-expansion, r=davidtwcoMazdak Farrokhzad-28/+48
2019-10-27Rollup merge of #65738 - ohadravid:re-rebalance-coherence-allow-fundamental-l...Mazdak Farrokhzad-4/+42
2019-10-27Rollup merge of #65566 - estebank:let-expr-as-ty, r=CentrilMazdak Farrokhzad-51/+162
2019-10-27Auto merge of #65541 - eddyb:spanned-inferred-outlives, r=nikomatsakisbors-36/+62
2019-10-27reduce size of generated HTML files by moving the popup helper code to the JSGuillaume Gomez-55/+47
2019-10-27Cleanup search element getterGuillaume Gomez-2/+2
2019-10-27Auto merge of #65519 - pnkfelix:issue-63438-trait-based-structural-match, r=m...bors-356/+730
2019-10-27Remove a loop which runs exactly onceAnthonyMikh-4/+3
2019-10-27Auto merge of #65288 - estebank:point-at-assoc-type, r=nikomatsakisbors-61/+304
2019-10-26Update with word change suggestionObsidianMinor-1/+1
2019-10-26Auto merge of #65852 - flip1995:clippyup, r=Manishearthbors-13/+7
2019-10-26Add detailed explaination for E0666Sydney Acksman-3/+28
2019-10-26Fix rebaseEsteban Küber-0/+1
2019-10-26review comment: use `Default`Esteban Küber-9/+2
2019-10-26review comments and tweaksEsteban Küber-78/+119
2019-10-26Remove unnecessary error in testEsteban Küber-14/+4
2019-10-26Use heuristics to suggest assignmentEsteban Küber-3/+89
2019-10-26Only run efiapi test on llvm 9.0+roblabla-0/+2