about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2019-08-28Auto merge of #62941 - GuillaumeGomez:save-crate-filter, r=Mark-Simulacrumbors-3/+19
2019-08-29Fixes #63976. Incorrect error message.Sam Radhakrishan-1/+3
2019-08-28Auto merge of #63875 - philipc:issue-57822, r=michaelwoeristerbors-15/+80
2019-08-28add missing `#[repr(C)]` on a unionDodo-0/+1
2019-08-28std: Remove the `wasm_syscall` featureAlex Crichton-374/+19
2019-08-28Auto merge of #63853 - matthewjasper:test-ast-serialization, r=estebankbors-4/+96
2019-08-28Update rustfmt to 1.4.6topecongiro-6/+21
2019-08-28Update Clippyflip1995-7/+16
2019-08-28Notify me (flip1995) when Clippy toolstate changesflip1995-1/+1
2019-08-28Extract `Decoder::entry_unless_proc_macro()`Wesley Wiser-22/+20
2019-08-28Simplify `maybe_get_optimized_mir` and `maybe_get_promoted_mir`Wesley Wiser-29/+23
2019-08-28Add some comments to `mir::Static` and `mir::StaticKind`Wesley Wiser-0/+7
2019-08-28Save crate filtering on rustdocGuillaume Gomez-3/+19
2019-08-28rustc_apfloat: make the crate #![no_std] explicitly.Eduard-Mihai Burtescu-27/+31
2019-08-28Auto merge of #63820 - oli-obk:eager_const_eval, r=nikomatsakisbors-81/+13
2019-08-28Auto merge of #63127 - kper:pr, r=nikomatsakisbors-388/+391
2019-08-28Address naming and comments from reviewsAndreas Molzer-9/+9
2019-08-27Prevent syntax error in ld linker version scriptLogan Wendholt-4/+7
2019-08-28or-pattern: fix typo in error messageTshepang Lekhonkhobe-3/+3
2019-08-27Auto merge of #63960 - ehuss:update-cargo, r=alexcrichtonbors-0/+0
2019-08-28Remove `sized` spansYuki Okushi-16/+4
2019-08-28Apply review commentsYuki Okushi-6/+21
2019-08-28Add Option<Span> to `require_lang_item`Yuki Okushi-28/+39
2019-08-27Add default serialization for `Ident`sMatthew Jasper-4/+96
2019-08-27Improve 'mut ' diagnostic.Mazdak Farrokhzad-37/+82
2019-08-27Update cargoEric Huss-0/+0
2019-08-27rustc: Handle modules in "fat" LTO more robustlyAlex Crichton-49/+59
2019-08-27const_prop: only call error_to_const_error if we are actually showing somethingRalf Jung-2/+5
2019-08-27Ensure 'let mut ;' where ':pat' is banned.Mazdak Farrokhzad-1/+27
2019-08-27remove the reference to __cxa_thread_atexit_implBaoshan Pang-25/+2
2019-08-28bootstrap: allow specifying mirror for bootstrap compiler download.Charles Lew-2/+14
2019-08-27Auto merge of #63922 - RalfJung:miri, r=nikomatsakisbors-7/+9
2019-08-28Fix build src/libtestYuki Okushi-3/+3
2019-08-27Changing error messages and renaming tests #63127Kevin Per-6/+6
2019-08-27rustbuild: allow disabling deny(warnings) for bootstrapMarc-Antoine Perennou-17/+5
2019-08-27update miriRalf Jung-7/+9
2019-08-27Auto merge of #63639 - Mark-Simulacrum:rustdoc-clean-3, r=GuillaumeGomezbors-507/+442
2019-08-27Cleanup: Consistently use `Param` instead of `Arg` #62426Kevin Per-376/+379
2019-08-27recover on 'mut ' and improve recovery for keywords.Mazdak Farrokhzad-147/+449
2019-08-27Simplify with Symbol/Token::is_book_lit.Mazdak Farrokhzad-7/+15
2019-08-27token: refactor with is_non_raw_ident_where.Mazdak Farrokhzad-19/+13
2019-08-27Rollup merge of #63917 - lzutao:langitem_gen_63912, r=centril,cramertMazdak Farrokhzad-2/+25
2019-08-27Rollup merge of #63761 - petrochenkov:procattrs, r=eddybMazdak Farrokhzad-172/+318
2019-08-27Rollup merge of #63698 - Phosphorus15:master, r=nagisaMazdak Farrokhzad-19/+24
2019-08-27Rollup merge of #62600 - emmericp:libtest-add-show-output, r=gnzlbgMazdak Farrokhzad-47/+101
2019-08-27debuginfo: always include disambiguator in type namesPhilip Craig-20/+18
2019-08-26Shorten line during rendering instead of in markdownMark Rousskov-44/+36
2019-08-26Inline recurse into only callsiteMark Rousskov-57/+40
2019-08-26Transition a few fmt::Display impls to functionsMark Rousskov-52/+56
2019-08-26Inline RawMutableSpaceMark Rousskov-16/+7