about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2019-10-25Rollup merge of #65787 - Centril:panictry, r=davidtwcoMazdak Farrokhzad-17/+17
2019-10-25Rollup merge of #65740 - GuillaumeGomez:fix-disable-shortcut-feature, r=Dylan...Mazdak Farrokhzad-1/+1
2019-10-25Rollup merge of #65731 - fusion-engineering-forks:set-extension, r=dtolnayMazdak Farrokhzad-11/+15
2019-10-25Rollup merge of #65685 - oxalica:statx-eperm, r=alexcrichtonMazdak Farrokhzad-42/+55
2019-10-25Rollup merge of #65315 - spastorino:intern-place-projection, r=oli-obkMazdak Farrokhzad-1057/+1147
2019-10-25Rollup merge of #65074 - Rantanen:json-byte-pos, r=matkladMazdak Farrokhzad-22/+543
2019-10-25Rollup merge of #64639 - davidtwco:rfc-2008-stabilization, r=CentrilMazdak Farrokhzad-155/+30
2019-10-25fix doctestHideki Sekine-10/+4
2019-10-25Simplify .drain_sorted() and its doc.Hideki Sekine-45/+40
2019-10-25Remove unused `use`s.Hideki Sekine-4/+0
2019-10-25refactoring: move const_to_pat code into its own submodule.Felix S. Klock II-205/+217
2019-10-25Fill tracking issue number for `array_value_iter` and fix Rust versionLukas Kalbertodt-11/+11
2019-10-25refactor: move structural_match analysis into its own module.Felix S. Klock II-125/+135
2019-10-25self-profiling: Switch query-blocking measurements to RAII-style API.Michael Woerister-21/+19
2019-10-25fix typo in filename.Felix S. Klock II-1/+1
2019-10-25fix typo in test.Felix S. Klock II-1/+1
2019-10-25with_desugared_doc: correctly refer to `attr` instead of `self`Mazdak Farrokhzad-2/+2
2019-10-25RFC 2008: StabilizationDavid Wood-155/+30
2019-10-25Add .into_iter_sorted() and .drain_sorted()Hideki Sekine-5/+219
2019-10-25Auto merge of #65764 - Manishearth:clippyup, r=Manishearthbors-21/+16
2019-10-25Merge branch 'master' into rusty-hermit, resolve conflictsStefan Lankes-2743/+3587
2019-10-25Rollup merge of #65775 - matthewjasper:reempty, r=pnkfelixMazdak Farrokhzad-2/+26
2019-10-25Rollup merge of #65763 - ObsidianMinor:diag/65642, r=varkorMazdak Farrokhzad-14/+29
2019-10-25Rollup merge of #65747 - Centril:union-issue-fix, r=varkorMazdak Farrokhzad-8/+16
2019-10-25Rollup merge of #65742 - Centril:gate-pre-expansion-subset, r=davidtwcoMazdak Farrokhzad-182/+295
2019-10-25Rollup merge of #65666 - XiangQingW:proc_macro, r=petrochenkovMazdak Farrokhzad-0/+27
2019-10-25Rollup merge of #65414 - davidtwco:issue-65157-non-exhaustive-always-useful, ...Mazdak Farrokhzad-49/+75
2019-10-25Rollup merge of #65408 - guanqun:remove-rust-optimize, r=Mark-SimulacrumMazdak Farrokhzad-15/+15
2019-10-25Rollup merge of #65390 - GuillaumeGomez:long-err-explanation-E0576, r=matthew...Mazdak Farrokhzad-3/+30
2019-10-25Rollup merge of #62959 - LukasKalbertodt:array-value-iter, r=scottmcmMazdak Farrokhzad-1/+696
2019-10-24Adding doc on keyword continueYves Dorfsman-2/+33
2019-10-25move report_invalid_macro_expansion_item to item.rsMazdak Farrokhzad-19/+20
2019-10-25move Attribute::with_desugared_doc to librustdocMazdak Farrokhzad-31/+31
2019-10-25move panictry! to where it is used.Mazdak Farrokhzad-17/+17
2019-10-25Auto merge of #65771 - Centril:rollup-upfsvrb, r=Centrilbors-638/+715
2019-10-24review comment: deduplicate logicEsteban Küber-27/+13
2019-10-24Prevent help popup to disappear when clicking on itGuillaume Gomez-2/+5
2019-10-24Don't ICE for completely unexpandable `impl Trait` typesMatthew Jasper-28/+48
2019-10-24Fix more `ReEmpty` ICEsMatthew Jasper-2/+26
2019-10-24Increase spacing for suggestions in diagnosticsEsteban Küber-0/+744
2019-10-24remove the last remaining READMEsMark Mansi-400/+8
2019-10-24Rollup merge of #65766 - alexcrichton:less-inline-hashbrown, r=Mark-SimulacrumMazdak Farrokhzad-1/+1
2019-10-24Rollup merge of #65755 - estebank:icicle, r=davidtwcoMazdak Farrokhzad-5/+96
2019-10-24Rollup merge of #65753 - csmoe:derive_fold, r=CentrilMazdak Farrokhzad-2/+18
2019-10-24Rollup merge of #65746 - estebank:newcomer-format, r=CentrilMazdak Farrokhzad-6/+19
2019-10-24Rollup merge of #65729 - Wind-River:master_003, r=alexcrichtonMazdak Farrokhzad-2/+5
2019-10-24Rollup merge of #65710 - ehuss:update-cargo, r=alexcrichtonMazdak Farrokhzad-0/+0
2019-10-24Rollup merge of #65627 - varkor:const-generics-forbid-non-structural_match, r...Mazdak Farrokhzad-207/+230
2019-10-24rustc_interface: Remove `ExpansionResult` and some `Steal`sVadim Petrochenkov-28/+14
2019-10-24rustc_metadata: Minimize use of `Lrc` in crate storeVadim Petrochenkov-47/+41