summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2018-02-20Allow to not switch to a theme if it doesn't existGuillaume Gomez-11/+31
2018-02-20Change local storage name for rustdoc because of conflicts with mdbookGuillaume Gomez-1/+1
2018-02-20Do not run the default panic hook inside procedural macros. Fixes #47812John Kåre Alsaker-3/+40
2018-02-20stage0 cfg cleanupMark Simulacrum-50/+0
2018-02-20Bootstrap from the 1.25 betaMark Simulacrum-2/+2
2018-02-20review nitsQuietMisdreavus-6/+8
2018-02-20features in alphabetic ordernewpavlov-12/+11
2018-02-20added rdrand feature and removed rdrnd featurenewpavlov-4/+5
2018-02-20core::iter::Iterator::flatten: improve docs wrt. deep vs. shallow flatten per...Mazdak Farrokhzad-0/+20
2018-02-20core::iter::Iterator::flatten: tracking issue is #48213Mazdak Farrokhzad-6/+6
2018-02-20core::iter::Flatten: update FlatMap & Flatten according to discussionMazdak Farrokhzad-20/+294
2018-02-20Iterator::flatten: fix tracking issue number on FusedIterator for FlattenMazdak Farrokhzad-1/+1
2018-02-20add Iterator::flatten and redefine flat_map(f) in terms of map(f).flatten()Mazdak Farrokhzad-47/+84
2018-02-19When encountering invalid token after `unsafe`, mention `{`Esteban Küber-0/+28
2018-02-20RefCell: document panics in Clone, PartialEq, PartialOrd, Ord. Fixes #47400Mazdak Farrokhzad-0/+24
2018-02-19Sort synthetic impls bounds before renderingAaron Hill-5/+50
2018-02-20rustc_mir: optimize the deaggregator's expansion of statements.Eduard-Mihai Burtescu-57/+104
2018-02-20rustc_mir: don't run the deaggregator on arrays for now.Eduard-Mihai Burtescu-3/+6
2018-02-20test: use the right amount of CGUs in sepcomp-cci-copies to ensure determinis...Eduard-Mihai Burtescu-1/+3
2018-02-20rustc_mir: always run the deaggregator.Eduard-Mihai Burtescu-16/+15
2018-02-20rustc_mir: do not remove dead user variables if debuginfo needs them.Eduard-Mihai Burtescu-4/+13
2018-02-20rustc_mir: handle all aggregate kinds in the deaggregator.Eduard-Mihai Burtescu-84/+70
2018-02-20rustc_mir: use the "idiomatic" optimization gating in the deaggregator.Eduard-Mihai Burtescu-11/+16
2018-02-19rustbuild: make libdir_relative a methodJosh Stone-23/+17
2018-02-19rustbuild: Restore Config.libdir_relativeJosh Stone-3/+20
2018-02-19Fix count usize link typo in docsGil Cottle-1/+1
2018-02-19rustdoc: Reposition the § per GuillaumeGomez requestVitaly _Vi Shukela-1/+5
2018-02-19Update tests.Jeffrey Seyfried-16/+16
2018-02-19Add test.Jeffrey Seyfried-0/+26
2018-02-19Add missing linkAndreas Streichardt-0/+2
2018-02-19Allow for instantiating statics from upstream crates.Michael Woerister-28/+27
2018-02-19Rename is_translated_fn query to is_translated_item and make it support statics.Michael Woerister-6/+7
2018-02-19Implement describe_def query for LOCAL_CRATEMichael Woerister-0/+105
2018-02-19Make ".e0" not parse as 0.0varkor-1/+8
2018-02-19Use DefId instead of NodeId in MonoItem::Static.Michael Woerister-41/+64
2018-02-19Use DefId instead of NodeId while generating debuginfo for statics.Michael Woerister-28/+14
2018-02-18Add tests ensuring zero-Duration timeouts result in errors.Corey Farwell-1/+77
2018-02-18Filter out non-macros in resolve_macroManish Goregaokar-2/+6
2018-02-18Add testManish Goregaokar-0/+12
2018-02-18Generate shortcut linksManish Goregaokar-2/+19
2018-02-18Include shortcut links in markdown_linksManish Goregaokar-7/+19
2018-02-18bump pulldownManish Goregaokar-5/+5
2018-02-19Add non-panicking variants of pow to all integer typesJewoo Lee-0/+308
2018-02-18Fix submodule refAaron Hill-0/+0
2018-02-18Remove extra space in testAaron Hill-2/+2
2018-02-18Don't generate auto trait impls for type aliasesAaron Hill-1/+1
2018-02-18Remove extra whitespaceAaron Hill-1/+1
2018-02-18Fix inliningAaron Hill-5/+15
2018-02-18More formatting fixupsAaron Hill-2/+2
2018-02-18More formatting fixesAaron Hill-3/+2