summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2020-03-07Rollup merge of #69773 - matthiaskrgr:typos, r=petrochenkovMazdak Farrokhzad-158/+158
2020-03-07Rollup merge of #69765 - RalfJung:miri-test, r=LukasKalbertodtMazdak Farrokhzad-2/+2
2020-03-07Rollup merge of #69708 - estebank:tiny, r=petrochenkovMazdak Farrokhzad-9/+8
2020-03-07Rollup merge of #69687 - Centril:bm-inconsistent-wording, r=estebankMazdak Farrokhzad-74/+74
2020-03-07Rollup merge of #69667 - JohnTitor:no-debug, r=nikomatsakisMazdak Farrokhzad-125/+14
2020-03-07resolve: `ImportDirective` -> `Import`Vadim Petrochenkov-125/+105
2020-03-07Auto merge of #69676 - ecstatic-morse:fix-enum-discr-effect, r=oli-obkbors-20/+28
2020-03-07Compile address sanitizer test with debuginfoTomasz Miąsko-3/+2
2020-03-07Make error message clearer about creating new moduleKornel-33/+18
2020-03-07Correct version that relaxed orphan rulesJonathan Giddy-1/+1
2020-03-07Rollup merge of #69782 - matthiaskrgr:redundant_field_name_rep, r=cramertjMazdak Farrokhzad-100/+88
2020-03-07Rollup merge of #69754 - Dylnuge:dylnuge/dep-version, r=Mark-SimulacrumMazdak Farrokhzad-1/+1
2020-03-07Rollup merge of #69727 - JohnTitor:sugg-unwrap, r=estebankMazdak Farrokhzad-3/+43
2020-03-07Rollup merge of #69706 - cuviper:subslice-methods, r=CentrilMazdak Farrokhzad-22/+8
2020-03-07Rollup merge of #69690 - thekuom:test/67311-extend-bindings-after-at-tests, r...Mazdak Farrokhzad-0/+307
2020-03-07Rollup merge of #69680 - petrochenkov:nont4, r=CentrilMazdak Farrokhzad-32/+32
2020-03-07Rollup merge of #69656 - matthiaskrgr:iter_nth_zero, r=oli-obkMazdak Farrokhzad-14/+14
2020-03-07Rollup merge of #68985 - daboross:fix-35813, r=CentrilMazdak Farrokhzad-15/+671
2020-03-07Rollup merge of #67741 - estebank:point-at-pat-def, r=CentrilMazdak Farrokhzad-28/+147
2020-03-07Add new option to the documentation.O01eg-0/+1
2020-03-07Update alloc.rsTim Diekmann-2/+2
2020-03-07Add `Layout::dangling()` to return a well-aligned `NonNull<u8>`Tim Diekmann-0/+16
2020-03-06mir-interpret: add method Memory::read wide_stringJOE1994-0/+37
2020-03-07Implement Error for TryReserveErrorLena Wildervanck-0/+24
2020-03-06When encountering an Item in a pat context, point at the item defEsteban Küber-28/+147
2020-03-06bug on ty::GeneratorWitnessRalf Jung-4/+7
2020-03-06rename visit_primitive -> try_visit_primitive, and commentsRalf Jung-4/+5
2020-03-06please tidyRalf Jung-13/+14
2020-03-06better error messages for invalid boxes (and a few more tests)Ralf Jung-24/+51
2020-03-06test some more kinds of enums with uninhabited variantsRalf Jung-11/+77
2020-03-06test that we validate boxesRalf Jung-5/+49
2020-03-06const validation ub tests: use transmute instead of unionsRalf Jung-221/+165
2020-03-06miri value visitor: detect primitives by type, not layoutRalf Jung-131/+163
2020-03-06'fieldless enums' is not what I meant -- it's empty/uninhabited enums, reallyRalf Jung-3/+2
2020-03-06mir::Local is Copy we can pass it by value in these casesSantiago Pastorino-12/+12
2020-03-06Fix sequence of Type and Trait in optin-builtin-traits in Unstable BookArkadiusz Piekarz-1/+1
2020-03-06Turn trailing tokens in `assert!()` into hard errorsLeSeulArtichaut-21/+11
2020-03-06review commentEsteban Küber-15/+10
2020-03-06Suggest removal of auto trait super traits and type paramsEsteban Küber-1/+38
2020-03-07Add a regression testYuki Okushi-0/+37
2020-03-07Avoid using `unwrap()` in suggestionsYuki Okushi-3/+6
2020-03-06Further tweak spans in ast validation errorsEsteban Küber-48/+91
2020-03-06Don't redundantly repeat field names (clippy::redundant_field_names)Matthias Krüger-100/+88
2020-03-06bless testsMatthias Krüger-10/+10
2020-03-07Remove `NO_DEBUG` constYuki Okushi-3/+0
2020-03-06Auto merge of #69753 - pnkfelix:issue-69191-ice-on-uninhabited-enum-field, r=olibors-0/+99
2020-03-06rustc_expand: Factor out `Annotatable::into_tokens` to a separate methodVadim Petrochenkov-32/+32
2020-03-06perf(dep_graph): Avoid allocating a set on when the number reads are smallMarkus Westerlind-2/+17
2020-03-06add lint on File::read_to_string and File::read_to_endJacob Meyers-1/+8
2020-03-06Fix missing ` in doc for File::with_optionsLukas-1/+1