]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2017-05-31 Masaki HaraAdd warning cycle #42326.
2017-05-14 Masaki HaraDisallow underscore suffix for string-like literals.
2017-05-14 borsAuto merge of #41987 - Mark-Simulacrum:rollup, r=Mark...
2017-05-14 Mark SimulacrumRollup merge of #41979 - pftbest:msp430_libcalls, r...
2017-05-14 Mark SimulacrumRollup merge of #41975 - liranringel:pass-static-crt...
2017-05-14 Mark SimulacrumRollup merge of #41950 - GuillaumeGomez:rustdoc-links...
2017-05-14 Mark SimulacrumRollup merge of #41946 - qnighy:disallow-dot-underscore...
2017-05-14 Mark SimulacrumRollup merge of #41939 - eddyb:trait-assoc-const-defaul...
2017-05-14 Mark SimulacrumRollup merge of #41826 - GuillaumeGomez:add-markdown...
2017-05-14 Mark SimulacrumRollup merge of #41612 - mandeep:add-ops-generics,...
2017-05-13 borsAuto merge of #41919 - nrc:save-crate, r=eddyb
2017-05-13 Vadzim DambrouskiLLVM: Add support for EABI-compliant libcalls on MSP430.
2017-05-13 borsAuto merge of #41914 - eddyb:region-refactor, r=nikomat...
2017-05-13 Liran RingelPass static crt to llvm cmake configuration
2017-05-13 Eduard-Mihai... rustc_resolve: don't deny outer type parameters in...
2017-05-13 Eduard-Mihai... rustc: don't keep a second reference to the HIR map...
2017-05-13 Eduard-Mihai... rustc: stop interning CodeExtent, it's small enough.
2017-05-13 Eduard-Mihai... rustc: remove redundant fn_id's from CodeExtentData.
2017-05-13 Eduard-Mihai... rustc: treat ReEarlyBound as free without replacing...
2017-05-13 Eduard-Mihai... rustc_typeck: do not leak late-bound lifetimes from...
2017-05-13 Eduard-Mihai... rustc: move liberate_late_bound_regions to rustc_typeck.
2017-05-13 Eduard-Mihai... rustc: use DefId instead of CodeExtent for FreeRegion...
2017-05-13 Eduard-Mihai... rustc_mir: remove unnecessary drop scope for constants.
2017-05-13 Eduard-Mihai... rustc: use call_site_extent for closure environment...
2017-05-13 Eduard-Mihai... rustc: uniformly compute ParameterEnvironment's "free...
2017-05-13 borsAuto merge of #41920 - arielb1:inline-drop, r=eddyb
2017-05-13 Ariel Ben-Yehudaadd min-llvm-version
2017-05-13 borsAuto merge of #41965 - Mark-Simulacrum:rollup, r=Mark...
2017-05-13 borsAuto merge of #41861 - arthurprs:update-jemalloc, r...
2017-05-13 borsAuto merge of #41847 - alexcrichton:less-unstable-annot...
2017-05-13 Mark SimulacrumRollup merge of #41951 - Eijebong:master, r=GuillaumeGomez
2017-05-13 Mark SimulacrumRollup merge of #41943 - malbarbo:android-openssl,...
2017-05-13 Mark SimulacrumRollup merge of #41942 - tommyip:master, r=Mark-Simulacrum
2017-05-13 Mark SimulacrumRollup merge of #41940 - est31:master, r=eddyb
2017-05-13 Mark SimulacrumRollup merge of #41935 - iKevinY:detect-empty-files...
2017-05-13 Mark SimulacrumRollup merge of #41934 - est31:remove_unused_macros...
2017-05-13 Mark SimulacrumRollup merge of #41923 - eddyb:issue-41744, r=arielb1
2017-05-13 Mark SimulacrumRollup merge of #41921 - GuillaumeGomez:fix-search...
2017-05-13 Mark SimulacrumRollup merge of #41918 - brson:lic, r=alexcrichton
2017-05-13 Mark SimulacrumRollup merge of #41916 - mglagla:typo, r=sfackler
2017-05-13 Mark SimulacrumRollup merge of #41912 - oli-obk:patch-3, r=eddyb
2017-05-13 Mark SimulacrumRollup merge of #41896 - tshepang:too-long, r=steveklabnik
2017-05-13 Mark SimulacrumRollup merge of #41876 - oli-obk:diagnosing_diagnostics...
2017-05-13 Mark SimulacrumRollup merge of #41860 - mbrubeck:docs, r=nagisa
2017-05-13 Mark SimulacrumRollup merge of #41820 - devurandom:patch-1, r=alexcrichton
2017-05-13 borsAuto merge of #41955 - alexcrichton:update-sccache...
2017-05-12 Guillaume GomezFix anchor invalid redirection to search
2017-05-12 borsAuto merge of #41926 - arielb1:box-mir, r=eddyb
2017-05-12 Kevin YapAdd tidy check to detect empty files
2017-05-12 Alex CrichtonUpdate sccache binaries to mozilla/sccache@d3627d766
2017-05-12 Bastien Orivelrustdoc: Break words in the location box of the sidebar.
2017-05-12 Masaki HaraDisallow ._ in float literal.
2017-05-12 Tommy IpFix unexpected panic with the -Z treat-err-as-bug option
2017-05-12 est31config.toml.example: add note that optimize = false...
2017-05-12 Oliver SchneiderDon't use a DUMMY_SP for reporting issues with crate...
2017-05-12 Oliver SchneiderWeave the span of an import through the resolve code
2017-05-12 est31Remove some unused macros from the rust codebase
2017-05-12 borsAuto merge of #41757 - alexcrichton:stabilize-crt-stati...
2017-05-12 borsAuto merge of #41716 - nikomatsakis:issue-41677, r...
2017-05-11 Alex Crichtonrustc: Remove #![unstable] annotation
2017-05-11 Alex Crichtonrustbuild: Use `-Z force-unstable-if-unmarked`
2017-05-11 Ariel Ben-Yehudabox large variants in MIR
2017-05-11 borsAuto merge of #41684 - jethrogb:feature/ntstatus, r...
2017-05-11 Eduard-Mihai... rustc_trans: do not attempt to truncate an i1 const...
2017-05-11 Guillaume GomezFix search when looking to sources
2017-05-11 Ariel Ben-Yehudaremove the #[inline] attribute from drop_in_place
2017-05-11 Brian AndersonAnnotate the license exceptions
2017-05-11 Nick CameronPass crate attributes in visit.rs
2017-05-11 Niko Matsakiscorrect various error messages that changed
2017-05-11 Niko Matsakisadd a WF obligation if a type variable appears in bivar...
2017-05-11 Niko Matsakisreplace the type generalizer with one based on variance
2017-05-11 Martin GlaglaFix typo in size_hint example comment
2017-05-11 borsAuto merge of #41913 - nikomatsakis:issue-41849-varianc...
2017-05-11 Jethro BeekmanAdd test
2017-05-11 mandeepAdded generic example of std::ops::Add in doc comments
2017-05-11 Oliver SchneiderUpgrade some comments to doc comments
2017-05-11 Niko Matsakisdo not fetch variance for items when equating
2017-05-11 borsAuto merge of #41864 - malbarbo:android-docker, r=alexc...
2017-05-11 Oliver SchneiderAddress PR reviews
2017-05-11 borsAuto merge of #41863 - malbarbo:update-android-builder...
2017-05-11 borsAuto merge of #41905 - frewsxcv:rollup, r=frewsxcv
2017-05-11 Nick CameronEnsure we walk the root module of the crate
2017-05-11 Tshepang Lekhonkhobedoc: break into 2 sentences
2017-05-11 Corey FarwellRollup merge of #41889 - est31:master, r=estebank
2017-05-11 Corey FarwellRollup merge of #41877 - eddyb:gdb-force-rust, r=michae...
2017-05-11 Corey FarwellRollup merge of #41873 - michaelwoerister:fix-filemap...
2017-05-11 Corey FarwellRollup merge of #41724 - achernyak:master, r=nikomatsakis
2017-05-11 Corey FarwellRollup merge of #41192 - zackw:eprintln, r=alexcrichton
2017-05-11 borsAuto merge of #41900 - nrc:update-rls, r=Mark-Simulacrum
2017-05-10 Nick CameronUpdate RLS
2017-05-10 borsAuto merge of #41862 - GuillaumeGomez:improve-e0477...
2017-05-10 Zack WeinbergSkip print-stdout-eprint-stderr test on emscripten
2017-05-10 borsAuto merge of #41887 - steveklabnik:rollup, r=steveklabnik
2017-05-10 arthurprsUpdate jemalloc to 4.5.0
2017-05-10 est31Remove debug message
2017-05-10 Steve KlabnikRollup merge of #41886 - RalfJung:unique-doc-typo,...
2017-05-10 Steve KlabnikRollup merge of #41854 - gamazeps:thread-spawn-doc...
2017-05-10 Steve KlabnikRollup merge of #41809 - gamazeps:thread-docs, r=stevek...
2017-05-10 Steve KlabnikRollup merge of #41536 - steveklabnik:arc-and-send...
2017-05-10 Steve KlabnikRollup merge of #41531 - steveklabnik:gh40159, r=nagisa
next