about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2019-08-19glue tokens when building token streamAleksey Kladov-10/+34
2019-08-19remove composite tokens support from the lexerAleksey Kladov-199/+34
2019-08-19Use constraint span when lowering associated typesEsteban Küber-189/+354
2019-08-19adjust test to be check-passNiko Matsakis-13/+4
2019-08-19use static as object-lifetime default for type XX in `Foo<Item=XX>`Niko Matsakis-1/+229
2019-08-19distinguish object-lifetime-default elision from other elisionNiko Matsakis-10/+163
2019-08-19add debug logsNiko Matsakis-2/+46
2019-08-19test: add test for #61432.Eduard-Mihai Burtescu-0/+25
2019-08-19Fix suggestion from move async to async move.Giles Cope-1/+41
2019-08-19test: add test from #61041.Eduard-Mihai Burtescu-0/+60
2019-08-19rustc_typeck: fix the generics for (const-generic) `N` expression in e.g. `[T...Eduard-Mihai Burtescu-0/+14
2019-08-19rustc_mir: disallow non-monomorphic reifications.Eduard-Mihai Burtescu-1/+11
2019-08-19rustc_mir: disallow non-monomorphic vtables.Eduard-Mihai Burtescu-1/+6
2019-08-19rustc_mir: add missing subst_from_frame_and_normalize_erasing_regions calls.Eduard-Mihai Burtescu-1/+4
2019-08-19rustc_mir: use self.resolve instead of Instance::resolve where possible.Eduard-Mihai Burtescu-6/+1
2019-08-19rustc_mir: make subst_from_frame_and_normalize_erasing_regions infallible.Eduard-Mihai Burtescu-17/+10
2019-08-19rustc_mir: remove wrong calls to subst_from_frame_and_normalize_erasing_regions.Eduard-Mihai Burtescu-2/+0
2019-08-19start cleaning up subst messRalf Jung-58/+38
2019-08-19librustdoc: warn on empty doc testTom Milligan-10/+59
2019-08-19std: Update `backtrace` crate dependencyAlex Crichton-1/+1
2019-08-19test cases for both `f32` and `f64` on asinh(-0.0)Phosphorus15-0/+2
2019-08-19Added negative cases for `asinh` according to IEEE-754.Phosphorus15-8/+22
2019-08-19Fix ICE with `impl Trait` in type boundsShotaro Yamada-3/+18
2019-08-19Use BTreeMap for deterministic iter orderShotaro Yamada-6/+5
2019-08-19Fix tidyShotaro Yamada-2/+6
2019-08-19Support nested `impl Trait`Shotaro Yamada-25/+41
2019-08-19Associated type bound for inlined impl Trait docShotaro Yamada-68/+131
2019-08-19Support `impl Trait` in inlined documentationShotaro Yamada-22/+122
2019-08-19Auto merge of #63670 - Dante-Broggi:patch-2, r=Centrilbors-1/+1
2019-08-19Auto merge of #63463 - matthewjasper:ty_param_cleanup, r=petrochenkovbors-183/+124
2019-08-18Auto merge of #63045 - Rosto75:master, r=jonas-schievinkbors-43/+43
2019-08-18Fix bug in iter::Chain::size_hintTim Vermeulen-8/+62
2019-08-18Pre intern the `Self` parameter typeMatthew Jasper-47/+35
2019-08-18Auto merge of #63659 - gilescope:async-in-closure, r=Centrilbors-13/+23
2019-08-18Auto merge of #63635 - oli-obk:default-slice-dangles, r=eddybbors-9/+34
2019-08-18Constify LinkedList new functionGrayJack-1/+1
2019-08-18Better error message for break in async blocks.Giles Cope-13/+23
2019-08-18Auto merge of #63269 - Aaron1011:feature/proc-macro-data, r=eddyb,petrochenkovbors-210/+240
2019-08-18Auto merge of #62948 - matklad:failable-file-loading, r=petrochenkovbors-104/+102
2019-08-17Fixed: error: unnecessary trailing semicolonSalim Nasser-1/+1
2019-08-18Auto merge of #61708 - dlrobertson:or-patterns-0, r=centrilbors-51/+241
2019-08-17Auto merge of #63671 - Centril:rollup-zufavt5, r=Centrilbors-290/+924
2019-08-17Rollup merge of #63669 - Dante-Broggi:patch-1, r=jonas-schievinkMazdak Farrokhzad-2/+2
2019-08-17Rollup merge of #63667 - petrochenkov:deriveholders, r=matthewjasperMazdak Farrokhzad-47/+82
2019-08-17Rollup merge of #63657 - RalfJung:invalid_value, r=CentrilMazdak Farrokhzad-82/+267
2019-08-17Rollup merge of #63487 - sd234678:remove-meaningless-comments-in-src/test-2, ...Mazdak Farrokhzad-149/+68
2019-08-17Rollup merge of #62451 - SimonSapin:new_uninit, r=RalfJungMazdak Farrokhzad-10/+505
2019-08-17test in a way that works even with muslRalf Jung-65/+58
2019-08-17size has a zeroDante-Broggi-1/+1
2019-08-17Doc nitSimon Sapin-1/+1