about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2019-08-29Rollup merge of #63970 - flip1995:notify_clippy, r=oli-obkMazdak Farrokhzad-1/+1
2019-08-29Rollup merge of #63968 - eddyb:apfloat-nostd, r=matthewjasperMazdak Farrokhzad-27/+31
2019-08-29Rollup merge of #63965 - loganwendholt:linker-script-fix, r=michaelwoeristerMazdak Farrokhzad-4/+7
2019-08-29Rollup merge of #63963 - Wind-River:master_003, r=alexcrichtonMazdak Farrokhzad-25/+2
2019-08-29Rollup merge of #63961 - JohnTitor:improve-require-lang-item, r=estebankMazdak Farrokhzad-28/+42
2019-08-29Rollup merge of #63958 - RalfJung:silence-const-prop, r=oli-obkMazdak Farrokhzad-2/+5
2019-08-29Rollup merge of #63945 - Centril:recover-mut-pat, r=estebankMazdak Farrokhzad-171/+546
2019-08-29Rollup merge of #63938 - tshepang:typo, r=CentrilMazdak Farrokhzad-3/+3
2019-08-29Rollup merge of #63933 - wesleywiser:cleanup_from_move_promoted, r=oli-obkMazdak Farrokhzad-33/+32
2019-08-29Rollup merge of #63811 - estebank:impl-trait-arg, r=cramertjMazdak Farrokhzad-2/+71
2019-08-28Auto merge of #62941 - GuillaumeGomez:save-crate-filter, r=Mark-Simulacrumbors-3/+19
2019-08-28Auto merge of #63875 - philipc:issue-57822, r=michaelwoeristerbors-15/+80
2019-08-28Auto merge of #63853 - matthewjasper:test-ast-serialization, r=estebankbors-4/+96
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-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-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-27Auto merge of #63922 - RalfJung:miri, r=nikomatsakisbors-7/+9
2019-08-27Changing error messages and renaming tests #63127Kevin Per-6/+6
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