]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2016-02-01 Ryan ThomasUpdate docs about how to run specific tests
2016-02-01 borsAuto merge of #30866 - jseyfried:fix_shadowed_use_visib...
2016-02-01 Dirk GadsdenMinor corrections in docs for `std::process::Child`
2016-01-31 borsAuto merge of #31331 - petevine:master, r=alexcrichton
2016-01-31 Alex Burkashow location of unused error codes
2016-01-31 petevineFix the armv7 linux target
2016-01-31 Daniel CampbellSpans now derive equality
2016-01-31 Brandon W MaisterDon't show `const` in docs when it's not available
2016-01-31 Dirk GadsdenSafety docs about `std::process::Child` going out of...
2016-01-31 Nick CameronSome changes to save-analysis to cope with errors
2016-01-31 Nick CameronTry to run compiler callbacks when we error out
2016-01-31 Nick CameronReplace some aborts with Results
2016-01-31 Sean LefflerFix 31267, add rpass tests
2016-01-31 Nikita BaksalyarFix unresolved name in libstd/sys/unix/thread
2016-01-31 Nikita BaksalyarRename sunos to solaris
2016-01-31 Nikita BaksalyarFix problems with f64 and DirEntry on Illumos
2016-01-31 Nikita BaksalyarApply several fixes for Illumos support
2016-01-31 Nikita BaksalyarAdd Illumos support
2016-01-31 borsAuto merge of #31298 - japaric:mips-musl, r=alexcrichton
2016-01-31 Jorge Aparicioupdate libc submodule
2016-01-31 Thomas Wickham Doc:std::convert: disambiguate traits and keywords
2016-01-31 Alex Crichtontrans: Inform LLVM we want CodeView on MSVC
2016-01-31 Guillaume GomezFix E0118
2016-01-31 Jeffrey SeyfriedRefactor away the field Module::external_module_childre...
2016-01-31 Jeffrey SeyfriedRevert PR #30324, fixing a bug in which a public glob...
2016-01-31 Alex Crichtontest: Deny warnings in {core,collections}test
2016-01-30 Jonathan ReemChange MutexGuard and RwLockWriteGuard to store &mut...
2016-01-30 borsAuto merge of #31288 - GuillaumeGomez:error_code_tidy...
2016-01-30 Jorge Apariciorustc: set MIPS cpu/features in the compiler
2016-01-30 Jorge Apariciorevert changes used for local testing
2016-01-30 borsAuto merge of #30778 - fhahn:issue-21195-expect-help...
2016-01-30 borsAuto merge of #31286 - oli-obk:fix/mir_box, r=nagisa
2016-01-30 borsAuto merge of #31274 - brson:nobench, r=nikomatsakis
2016-01-30 Florian HahnMark test failing with msvc due to #31306 as ignore...
2016-01-30 Oliver Schneideroff by one
2016-01-30 borsAuto merge of #31305 - Manishearth:rollup, r=Manishearth
2016-01-30 Manish GoregaokarRollup merge of #31296 - steveklabnik:gh31249, r=alexcr...
2016-01-30 Manish GoregaokarRollup merge of #31295 - steveklabnik:gh31266, r=alexcr...
2016-01-30 Manish GoregaokarRollup merge of #31294 - steveklabnik:gh31284, r=alexcr...
2016-01-30 Manish GoregaokarRollup merge of #31292 - alexcrichton:osx-dtors-in...
2016-01-30 Manish GoregaokarRollup merge of #31290 - alexcrichton:fix-powerpc64...
2016-01-30 Manish GoregaokarRollup merge of #31280 - raindev:patch-1, r=steveklabnik
2016-01-30 Manish GoregaokarRollup merge of #31244 - tshepang:rustfmt-parse, r...
2016-01-30 Manish GoregaokarRollup merge of #31099 - brson:relnotes, r=alexcrichton
2016-01-30 borsAuto merge of #30843 - jseyfried:no_per_ns, r=nikomatsakis
2016-01-30 Sandeep DattaIgnoring demo code with compilation error.
2016-01-30 Alex Crichtonrustc: Set MIPS cpu/features in the compiler
2016-01-30 borsAuto merge of #31297 - brson:wintrip, r=alexcrichton
2016-01-30 Jonathan ReemAdd guard map methods for transforming guards to contai...
2016-01-30 borsAuto merge of #30448 - alexcrichton:llvmup, r=nikomatsakis
2016-01-30 Alex CrichtonGet tests working on MSVC 32-bit
2016-01-30 Alex Crichtontrans: Reimplement unwinding on MSVC
2016-01-30 Alex Crichtontrans: Upgrade LLVM
2016-01-29 Brian Andersonconfigure: Remove compatibility hacks for windows triples
2016-01-29 Jorge Aparicioadd support for mips(el)-unknown-linux-musl
2016-01-29 Florian HahnAdd missings NOTE and HELP annotations to tests
2016-01-29 Florian HahnExpect all help/note messages are specified in a cfail...
2016-01-29 Steve KlabnikAdd main() so that examples work
2016-01-29 Steve KlabnikMake note that this is different in std
2016-01-29 Steve KlabnikFix number of methods in guessing game
2016-01-29 Brian AndersonUpdate release notes for 1.7
2016-01-29 Brian AndersonRelease notes for 1.6
2016-01-29 Brian AndersonRemove src/test/bench
2016-01-29 Alex Crichtonstd: Ignore dtors_in_dtors_in_dtors on OSX
2016-01-29 Jeffrey SeyfriedRemove resolve::dump_module
2016-01-29 Jeffrey SeyfriedNits and other local improvements in resolve
2016-01-29 Jeffrey SeyfriedClean up resolve_single_import
2016-01-29 Jeffrey SeyfriedRefactor away NameBindings, NsDef, ImportResolutionPerN...
2016-01-29 borsAuto merge of #31283 - dotdash:32_64_cc, r=alexcrichton
2016-01-29 Alex Crichtonmk: Fix cross-compiling to armv7-unknown-linux-gnu
2016-01-29 Alex Crichtonmk: Fix compiling jemalloc for powerpc64
2016-01-29 borsAuto merge of #31248 - ruud-v-a:fix-triple-ice, r=nrc
2016-01-29 borsAuto merge of #31285 - Manishearth:rollup, r=Manishearth
2016-01-29 ggomezAdd check for unused error codes
2016-01-29 Simonas Kazlauskas[MIR] Add test for `box EXPR` dereferencing
2016-01-29 Oliver Schneider[MIR] Fix type of temporary for `box EXPR`
2016-01-29 Manish GoregaokarRollup merge of #31276 - alexcrichton:fix-powerpc64...
2016-01-29 Manish GoregaokarRollup merge of #31275 - alexcrichton:fix-rumprun,...
2016-01-29 Manish GoregaokarRollup merge of #31272 - errandir:master, r=steveklabnik
2016-01-29 Manish GoregaokarRollup merge of #31269 - ollie27:patch-3, r=alexcrichton
2016-01-29 Manish GoregaokarRollup merge of #31264 - est31:block_coment_parent...
2016-01-29 Manish GoregaokarRollup merge of #31256 - oli-obk:patch-1, r=nagisa
2016-01-29 Manish GoregaokarRollup merge of #31252 - alexcrichton:ios-old-mac,...
2016-01-29 Oliver SchneiderMerge pull request #1 from mitaa/patch-1
2016-01-29 borsAuto merge of #31212 - jseyfried:fix_ICE_in_resolve...
2016-01-29 Björn SteinbrinkFix truncated drop pattern on 32bit -> 64bit cross...
2016-01-29 mitaaUpdate emitter.rs
2016-01-29 borsAuto merge of #31144 - jseyfried:remove_import_ordering...
2016-01-29 Oliver Schneiderfix overflow due to multiline error span
2016-01-29 Andrew BarchukFix link to Installing Rust section of the book
2016-01-29 Oliver Schneiderdon't leak RUST_BACKTRACE into test process
2016-01-29 borsAuto merge of #31132 - gchp:internals, r=brson
2016-01-29 borsAuto merge of #30948 - fabricedesre:rpi2, r=alexcrichton
2016-01-29 Alex Crichtonmk: Fix cross prefix for powerpc64
2016-01-29 borsAuto merge of #30900 - michaelwoerister:trans_item_coll...
2016-01-29 Alex Crichtonstd: Fix rumprun build
2016-01-28 Oliver Middletonrustdoc: Add test for tuple rendering
2016-01-28 tgorstd::string::String.from_utf16 doc fix
2016-01-28 borsAuto merge of #30411 - mitaa:multispan, r=nrc
2016-01-28 Ruud van AsseldonkImprove message for rustc --explain E0507
next