]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2015-12-08 borsAuto merge of #30036 - mitaa:doc_id, r=alexcrichton
2015-12-08 borsAuto merge of #29995 - DanielJCampbell:Expanded-Span...
2015-12-08 Daniel CampbellAdded pretty-printing for span expansion chains through...
2015-12-07 borsAuto merge of #30087 - petrochenkov:indi, r=nrc
2015-12-07 borsAuto merge of #30256 - GuillaumeGomez:patch-5, r=Manish...
2015-12-07 Guillaume GomezAdd E0264 error explanation
2015-12-07 Vadim PetrochenkovRemove some unnecessary indirection from HIR structures
2015-12-07 borsAuto merge of #30202 - oli-obk:fix/const_index_feature_...
2015-12-07 borsAuto merge of #30188 - tshepang:lookup_addr-example...
2015-12-07 borsAuto merge of #30247 - bluss:revert-array-clone, r...
2015-12-07 Ulrik SverdrupAdd regression test for Clone for [[T; 256]; 4] where...
2015-12-06 Ulrik SverdrupRevert "PR #30130 Implement `Clone` for more arrays"
2015-12-06 Tshepang Lekhonkhobedoc: add example for std::net::lookup_addr
2015-12-06 borsAuto merge of #30241 - Manishearth:diag-30236, r=eddyb
2015-12-06 Manish GoregaokarCorrect span for unused type parameter error in type...
2015-12-06 borsAuto merge of #30234 - vyp:doc-typo, r=apasel422
2015-12-06 xd1ledoc(book/error-handling): fix typo
2015-12-06 borsAuto merge of #30221 - thyrgle:concurrency_doc, r=alexc...
2015-12-06 borsAuto merge of #30222 - mitaa:fqn#2, r=alexcrichton
2015-12-06 borsAuto merge of #30187 - alexcrichton:stabilize-1.6,...
2015-12-06 borsAuto merge of #30212 - GuillaumeGomez:css_split, r...
2015-12-05 Alex Crichtonstd: Stabilize APIs for the 1.6 release
2015-12-05 Christopher... Uses unwrap instead of pattern matching
2015-12-05 mitaaAdd tests
2015-12-05 borsAuto merge of #30177 - retep998:handling-threads, r...
2015-12-05 borsAuto merge of #30215 - SimonSapin:ipv6-display-alloc...
2015-12-05 Oliver Schneiderfix const index feature-gate regression
2015-12-05 borsAuto merge of #30102 - jFransham:feature/better-lifetim...
2015-12-05 mitaaReuse `record_extern_fqn`
2015-12-05 Christopher... Resolved warnings about unused result
2015-12-05 borsAuto merge of #30207 - jwworth:pull-request-1449250353...
2015-12-05 Simon SapinRemove allocations in `impl Display for Ipv6Addr`
2015-12-05 borsAuto merge of #30185 - fhahn:improve-borrowck-public...
2015-12-05 borsAuto merge of #30211 - pnkfelix:fix-getopts-for-issue...
2015-12-05 borsAuto merge of #30210 - nagisa:tweak-man, r=alexcrichton
2015-12-05 Peter AtashianAdd JoinHandleExt to get the pthread_t on unix platforms
2015-12-05 Peter AtashianAsRawHandle and IntoRawHandle for JoinHandle
2015-12-05 borsAuto merge of #30205 - alexcrichton:fix-dist, r=brson
2015-12-04 borsAuto merge of #30130 - tbu-:pr_array_clone, r=alexcrichton
2015-12-04 Felix S. Klock IIExpand run-make test with regression tests for #30204
2015-12-04 Felix S. Klock IIChange internal `getopts` so `--a=b=c` acts like `...
2015-12-04 borsAuto merge of #30173 - sgrif:sg-fix-time-bug, r=alexcri...
2015-12-04 Simonas KazlauskasTweak manpage’s emit section
2015-12-04 borsAuto merge of #30084 - oli-obk:const_fn, r=pnkfelix
2015-12-04 Jake WorthFix typo
2015-12-04 Alex Crichtonmk: Fix `make dist`
2015-12-04 Sean GriffinFix the time overflow on mac as well
2015-12-04 borsAuto merge of #30192 - jwworth:pull-request-1449185301...
2015-12-04 Tobias BucherDon't use an explicit temporary for cloning an array
2015-12-04 Tobias BucherImplement `Clone` for arrays without using slice patterns
2015-12-04 Tobias BucherImplement `Clone` for `[T; 0]` to `[T; 32]` if `T:...
2015-12-04 borsAuto merge of #29850 - Kimundi:attributes_that_make_a_s...
2015-12-04 borsAuto merge of #30189 - crumblingstatue:patch-1, r=alexc...
2015-12-04 borsAuto merge of #30190 - tshepang:dir_builder-example...
2015-12-04 Marvin LöbelIgnore rpass-fulldeps test in cross compile tests
2015-12-04 borsAuto merge of #30183 - retep998:min-align, r=alexcrichton
2015-12-04 Guillaume GomezSplit rustdoc css to modify it more easily
2015-12-03 mitaaAddress review comments
2015-12-03 Jake WorthFix typo
2015-12-03 borsAuto merge of #30149 - mitaa:fqn, r=alexcrichton
2015-12-03 mitaaUse the extern item-path for documentation links
2015-12-03 Tshepang Lekhonkhobedoc: add example for std::fs::DirBuilder
2015-12-03 mitaaAdd a `build-aux-docs` directive to compiletest
2015-12-03 borsAuto merge of #29999 - SingingTree:libterm_unwrapping...
2015-12-03 Mika AttilaLink to lazy_static crate in Design FAQ
2015-12-03 Florian HahnMake public borrowck api more accessible
2015-12-03 borsAuto merge of #30167 - GuillaumeGomez:patch-3, r=Manish...
2015-12-03 Guillaume GomezAdd E0400 error explanation
2015-12-03 Sean GriffinFix tests for SystemTime addition on mac and ios
2015-12-03 borsAuto merge of #30180 - tbu-:pr_isize_to_i32, r=arielb1
2015-12-03 borsAuto merge of #30171 - nikomatsakis:re-enable-mir,...
2015-12-03 Bryce Van Dyklibterm: bring across changes from term
2015-12-03 borsAuto merge of #30169 - shepmaster:for-loop-into-iterato...
2015-12-03 borsAuto merge of #30176 - brson:no-more-authors, r=stevekl...
2015-12-03 Peter AtashianMIN_ALIGN is definitely 8 on 32-bit x86, at least on...
2015-12-03 mitaaInitialize the ID map with known values
2015-12-02 borsAuto merge of #30165 - dotdash:no_null_elim, r=alexcrichton
2015-12-02 mitaaGenerate unique IDs for each rustdoc HTML page
2015-12-02 mitaaMove ID generator to a more suited location
2015-12-02 Brian AndersonRemove AUTHORS.txt and add-authors.sh
2015-12-02 Sean GriffinFixed make tidy error
2015-12-02 Sean GriffinEnsure two `SystemTime`s are equal when nanos add to...
2015-12-02 borsAuto merge of #30146 - steveklabnik:doc_string_intro...
2015-12-02 Niko MatsakisNow that MIR regressions are fixed, re-enable MIR for...
2015-12-02 Jake GouldingClarify that a for loop uses `IntoIterator`
2015-12-02 borsAuto merge of #30133 - jseyfried:fix_regression, r...
2015-12-02 Björn SteinbrinkDisable the null check elimination pass
2015-12-02 Steve KlabnikWrite better module-level and type-level docs for String
2015-12-02 borsAuto merge of #30161 - JIghtuse:master, r=steveklabnik
2015-12-02 Tobias Buchers/isize/i32
2015-12-02 borsAuto merge of #30160 - adambadawy:fix_wait_with_output_...
2015-12-02 borsAuto merge of #30157 - brson:mk, r=sfackler
2015-12-02 Boris Egorovbook: Provide link to tuple structs in type aliases...
2015-12-02 Adam BadawyFix typo in src/libstd/process.rs
2015-12-02 borsAuto merge of #30155 - steveklabnik:rollup, r=steveklabnik
2015-12-02 Brian Andersonmk: Remove obsolete comment
2015-12-02 Steve KlabnikRollup merge of #30154 - salty-horse:guessing_panic...
2015-12-02 Steve KlabnikRollup merge of #30153 - durka:patch-11, r=steveklabnik
2015-12-02 Steve KlabnikRollup merge of #30150 - steveklabnik:fix_exe_suffix...
2015-12-02 Steve KlabnikRollup merge of #30144 - pjungwir:clarify-semver-rules...
next