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-02-20
Allow to not switch to a theme if it doesn't exist
Guillaume Gomez
-11
/
+31
2018-02-20
Change local storage name for rustdoc because of conflicts with mdbook
Guillaume Gomez
-1
/
+1
2018-02-20
Do not run the default panic hook inside procedural macros. Fixes #47812
John Kåre Alsaker
-3
/
+40
2018-02-20
stage0 cfg cleanup
Mark Simulacrum
-50
/
+0
2018-02-20
Bootstrap from the 1.25 beta
Mark Simulacrum
-2
/
+2
2018-02-20
review nits
QuietMisdreavus
-6
/
+8
2018-02-20
features in alphabetic order
newpavlov
-12
/
+11
2018-02-20
added rdrand feature and removed rdrnd feature
newpavlov
-4
/
+5
2018-02-20
core::iter::Iterator::flatten: improve docs wrt. deep vs. shallow flatten per...
Mazdak Farrokhzad
-0
/
+20
2018-02-20
core::iter::Iterator::flatten: tracking issue is #48213
Mazdak Farrokhzad
-6
/
+6
2018-02-20
core::iter::Flatten: update FlatMap & Flatten according to discussion
Mazdak Farrokhzad
-20
/
+294
2018-02-20
Iterator::flatten: fix tracking issue number on FusedIterator for Flatten
Mazdak Farrokhzad
-1
/
+1
2018-02-20
add Iterator::flatten and redefine flat_map(f) in terms of map(f).flatten()
Mazdak Farrokhzad
-47
/
+84
2018-02-19
When encountering invalid token after `unsafe`, mention `{`
Esteban Küber
-0
/
+28
2018-02-20
RefCell: document panics in Clone, PartialEq, PartialOrd, Ord. Fixes #47400
Mazdak Farrokhzad
-0
/
+24
2018-02-19
Sort synthetic impls bounds before rendering
Aaron Hill
-5
/
+50
2018-02-20
rustc_mir: optimize the deaggregator's expansion of statements.
Eduard-Mihai Burtescu
-57
/
+104
2018-02-20
rustc_mir: don't run the deaggregator on arrays for now.
Eduard-Mihai Burtescu
-3
/
+6
2018-02-20
test: use the right amount of CGUs in sepcomp-cci-copies to ensure determinis...
Eduard-Mihai Burtescu
-1
/
+3
2018-02-20
rustc_mir: always run the deaggregator.
Eduard-Mihai Burtescu
-16
/
+15
2018-02-20
rustc_mir: do not remove dead user variables if debuginfo needs them.
Eduard-Mihai Burtescu
-4
/
+13
2018-02-20
rustc_mir: handle all aggregate kinds in the deaggregator.
Eduard-Mihai Burtescu
-84
/
+70
2018-02-20
rustc_mir: use the "idiomatic" optimization gating in the deaggregator.
Eduard-Mihai Burtescu
-11
/
+16
2018-02-19
rustbuild: make libdir_relative a method
Josh Stone
-23
/
+17
2018-02-19
rustbuild: Restore Config.libdir_relative
Josh Stone
-3
/
+20
2018-02-19
Fix count usize link typo in docs
Gil Cottle
-1
/
+1
2018-02-19
rustdoc: Reposition the § per GuillaumeGomez request
Vitaly _Vi Shukela
-1
/
+5
2018-02-19
Update tests.
Jeffrey Seyfried
-16
/
+16
2018-02-19
Add test.
Jeffrey Seyfried
-0
/
+26
2018-02-19
Add missing link
Andreas Streichardt
-0
/
+2
2018-02-19
Allow for instantiating statics from upstream crates.
Michael Woerister
-28
/
+27
2018-02-19
Rename is_translated_fn query to is_translated_item and make it support statics.
Michael Woerister
-6
/
+7
2018-02-19
Implement describe_def query for LOCAL_CRATE
Michael Woerister
-0
/
+105
2018-02-19
Make ".e0" not parse as 0.0
varkor
-1
/
+8
2018-02-19
Use DefId instead of NodeId in MonoItem::Static.
Michael Woerister
-41
/
+64
2018-02-19
Use DefId instead of NodeId while generating debuginfo for statics.
Michael Woerister
-28
/
+14
2018-02-18
Add tests ensuring zero-Duration timeouts result in errors.
Corey Farwell
-1
/
+77
2018-02-18
Filter out non-macros in resolve_macro
Manish Goregaokar
-2
/
+6
2018-02-18
Add test
Manish Goregaokar
-0
/
+12
2018-02-18
Generate shortcut links
Manish Goregaokar
-2
/
+19
2018-02-18
Include shortcut links in markdown_links
Manish Goregaokar
-7
/
+19
2018-02-18
bump pulldown
Manish Goregaokar
-5
/
+5
2018-02-19
Add non-panicking variants of pow to all integer types
Jewoo Lee
-0
/
+308
2018-02-18
Fix submodule ref
Aaron Hill
-0
/
+0
2018-02-18
Remove extra space in test
Aaron Hill
-2
/
+2
2018-02-18
Don't generate auto trait impls for type aliases
Aaron Hill
-1
/
+1
2018-02-18
Remove extra whitespace
Aaron Hill
-1
/
+1
2018-02-18
Fix inlining
Aaron Hill
-5
/
+15
2018-02-18
More formatting fixups
Aaron Hill
-2
/
+2
2018-02-18
More formatting fixes
Aaron Hill
-3
/
+2
[prev]
[next]