index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
Lines
2018-03-14
implementing fallible allocation API (try_reserve) for Vec, String and HashMap
snf
-72
/
+1056
2018-03-14
Implement import renaming with `_` (RFC 2166)
Vadim Petrochenkov
-1
/
+153
2018-03-14
Escape stringified expression
Shotaro Yamada
-5
/
+77
2018-03-14
Auto merge of #48859 - bdrewery:update-libc, r=alexcrichton
bors
-0
/
+0
2018-03-14
fix ui test error again
Andrew Cann
-1
/
+1
2018-03-14
Fixes after rebase
Andrew Cann
-52
/
+3
2018-03-14
register removed lints
Andrew Cann
-0
/
+4
2018-03-14
Fix fallback note
Andrew Cann
-9
/
+10
2018-03-14
Add note about fallback to `!: !Trait` error
Andrew Cann
-26
/
+107
2018-03-14
really actually fix ui test error for real
Andrew Cann
-1
/
+0
2018-03-14
really fix ui test errors for real
Andrew Cann
-0
/
+3
2018-03-14
really fix ui test errors
Andrew Cann
-1
/
+0
2018-03-14
change never_type stabilisation version
Andrew Cann
-7
/
+7
2018-03-14
Fix ui test errors
Andrew Cann
-2
/
+2
2018-03-14
Make coerce_never lint an error
Andrew Cann
-102
/
+21
2018-03-14
Fix version number
Andrew Cann
-7
/
+7
2018-03-14
stabilise feature(never_type)
Andrew Cann
-162
/
+89
2018-03-14
remove defaulting to unit
Andrew Cann
-243
/
+107
2018-03-14
update tests
Guillaume Gomez
-1163
/
+1153
2018-03-14
test for putting back check on json
Guillaume Gomez
-79
/
+127
2018-03-14
Speed up SVH computation by using Fingerprint::combine()
Peter Hrvola
-8
/
+12
2018-03-13
fix #48816 don't print help on indirect compiler ICE
Alex Butler
-0
/
+6
2018-03-13
talk about intra-links
QuietMisdreavus
-0
/
+45
2018-03-13
Clarify usage message for --remap-path-prefix.
Jeremy Fitzhardinge
-1
/
+1
2018-03-13
Auto merge of #48735 - 1011X:master, r=alexcrichton
bors
-477
/
+512
2018-03-13
Fix ICE on malformed plugin attributes
Michael Lamparski
-2
/
+4
2018-03-13
Add test for issue 48941
Michael Lamparski
-0
/
+39
2018-03-13
Move 48070 test to ui
bobtwinkles
-0
/
+1
2018-03-13
Adds a test for #48070
bobtwinkles
-0
/
+34
2018-03-13
add intrinsics for portable packed simd vector reductions
gnzlbg
-3
/
+525
2018-03-13
rustc: Embed LLVM bitcode by default on iOS
Alex Crichton
-2
/
+87
2018-03-13
rustbuild: Tweak CFLAGS to various libstd pieces
Alex Crichton
-3
/
+3
2018-03-13
add "text" sections for things that seem likely to be a problem
Niko Matsakis
-2
/
+6
2018-03-13
remove dead code
Niko Matsakis
-11
/
+0
2018-03-13
replace inline docs with references to rustc-guide
Niko Matsakis
-57
/
+18
2018-03-13
add a debug assertion that only outlives-oblig. result from norm.
Niko Matsakis
-7
/
+32
2018-03-13
`trans_apply_param_substs` => `subst_and_normalize_erasing_regions`
Niko Matsakis
-70
/
+91
2018-03-13
short-circuit work when instantiating query responses
Niko Matsakis
-24
/
+84
2018-03-13
short-circuit `dropck_outlives` for simple cases
Niko Matsakis
-2
/
+72
2018-03-13
add regression tests for various MIR bugs that get fixed
Niko Matsakis
-0
/
+199
2018-03-13
add some debug output
Niko Matsakis
-1
/
+15
2018-03-13
move `drain_fulfillment_cx_or_panic` to be private to traits::trans
Niko Matsakis
-40
/
+44
2018-03-13
transition various normalization functions to the new methods
Niko Matsakis
-283
/
+91
2018-03-13
introduce `tcx.normalize_erasing_regions(..)` operaton [VIC]
Niko Matsakis
-3
/
+143
2018-03-13
introduce `infcx.at(..).dropck_outlives(..)` operaton [VIC]
Niko Matsakis
-301
/
+560
2018-03-13
introduce `infcx.at(..).normalize(..)` operation [VIC]
Niko Matsakis
-10
/
+637
2018-03-13
Reuse the query caching infrastructure for const eval
Oliver Schneider
-61
/
+16
2018-03-13
in `Foo(X)` dep-nodes, allow X to be a `ty` not a `tt`
Niko Matsakis
-21
/
+24
2018-03-13
add `canonicalize` method to `InferCtxt` [VIC]
Niko Matsakis
-16
/
+1121
2018-03-13
change `ParamEnv::and` to sometimes keep the environment [VIC]
Niko Matsakis
-21
/
+28
[prev]
[next]