]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2015-08-16 Martin Wernstålrustdoc: Added issue_tracker_base_url annotations to...
2015-08-16 Martin Wernstålrustdoc: Print feature flag and issue link if present...
2015-08-16 Martin Wernstålrustdoc: Pass the Context down to short_stability()
2015-08-16 Martin Wernstålrustdoc: Added issue tracker option and issue data...
2015-08-16 borsAuto merge of #27858 - rkruppe:rustdoc-codespans, r...
2015-08-16 borsAuto merge of #27689 - dotdash:die_odr, r=michaelwoerister
2015-08-16 Robin KruppeCorrect signature of hoedown callback for codespans
2015-08-16 borsAuto merge of #27643 - mitaa:get_item_, r=arielb1
2015-08-16 borsAuto merge of #27853 - seckar:master, r=steveklabnik
2015-08-16 borsAuto merge of #27818 - alexcrichton:tag-all-the-issues...
2015-08-16 Nicholas SeckarFix typo in doc string.
2015-08-16 Alex Crichtontest: Fix tests for requiring issues
2015-08-16 borsAuto merge of #27851 - nikomatsakis:cleanup-ty-decoder...
2015-08-16 Niko Matsakisremove the last remnants of old interface
2015-08-16 Alex CrichtonAdd issue for the rustc_private feature everywhere
2015-08-16 Alex Crichtonstd: Add issues to all unstable features
2015-08-16 Alex Crichtoncollections: Add issues for unstable features
2015-08-16 Alex Crichtonrustc_unicode: Add issues for unstable features
2015-08-16 Alex Crichtonlibc,rand: Add issues for all unstable features
2015-08-16 Alex Crichtonalloc: Add issues for all unstable features
2015-08-16 Alex Crichtoncore: Fill out issues for unstable features
2015-08-16 Alex Crichtonsyntax: Require issues for unstable features
2015-08-15 borsAuto merge of #27845 - dylanmckay:abstract-pointer...
2015-08-15 borsAuto merge of #27847 - birkenfeld:patch-3, r=sfackler
2015-08-15 borsAuto merge of #27827 - w00ns:for-loop-expn-issue-27639...
2015-08-15 Georg BrandlIterator::all() - document short-circuiting property...
2015-08-15 borsAuto merge of #27846 - AlisdairO:diagnostics248, r...
2015-08-15 Dylan McKayImprove 'unknown instrinsic' error message
2015-08-15 Alisdair OwensAdd extended diagnostics for E0248
2015-08-15 Niko Matsakisastencode: convert code to use TyDecoder directly
2015-08-15 Niko Matsakiss/PState/TyDecoder/
2015-08-15 Niko Matsakistydecode: tighten privacy
2015-08-15 Niko Matsakisconvert tydecode to use an impl, eliminating a lot...
2015-08-15 w00nsFix issue with for loop expansion
2015-08-15 Dylan McKayReduce rustc::trans's dependence on pointer width
2015-08-15 Dylan McKayReduce libcore/liballoc's dependence on pointer sizes
2015-08-15 borsAuto merge of #27841 - jonas-schievink:still-repeating...
2015-08-15 borsAuto merge of #27825 - withoutboats:default_array,...
2015-08-15 borsAuto merge of #27839 - gkoz:netbsd_ar, r=brson
2015-08-15 Niko Matsakisconvert tydecode to use a closure for def-id conversion and
2015-08-15 Niko Matsakismove InlinedItem into librustc, where it belongs
2015-08-14 borsAuto merge of #27400 - alexcrichton:less-jemalloc,...
2015-08-14 Jonas SchievinkFix span of invalid metavariable repetition
2015-08-14 Alex Crichtonrustc: Allow changing the default allocator
2015-08-14 Gleb Kozyrevfixes #27124 for netbsd
2015-08-14 borsAuto merge of #27838 - AlisdairO:diagnostics221, r...
2015-08-14 Alisdair Owensadd diagnostics for E0221
2015-08-14 Without BoatsImplemented Default for arrays up to [T; 32].
2015-08-14 borsAuto merge of #27641 - nikomatsakis:soundness-rfc-1214...
2015-08-14 Niko MatsakisCorrect nits from @nrc
2015-08-14 borsAuto merge of #27822 - arielb1:inline-round-take-2...
2015-08-14 borsAuto merge of #27821 - dhuseby:manual_snapshots_1af31d4...
2015-08-14 borsAuto merge of #27816 - steveklabnik:for_chrisbot, r...
2015-08-14 borsAuto merge of #27786 - alexcrichton:start-testing-msvc...
2015-08-14 borsAuto merge of #27696 - bluss:into-boxed-str, r=alexcrichton
2015-08-13 borsAuto merge of #27684 - alexcrichton:remove-deprecated...
2015-08-13 Dave HusebyFixes #27805 - adds missing snapshots for Bitrig and...
2015-08-13 borsAuto merge of #27758 - nathankleyn:diagnostics-386...
2015-08-13 Steve KlabnikFix broken link to Wilson
2015-08-13 arielb1Mark round_up_to_next as inline
2015-08-13 borsAuto merge of #27625 - wthrowe:find, r=alexcrichton
2015-08-13 Alex CrichtonGet `make check` working on MSVC
2015-08-13 borsAuto merge of #27307 - rkruppe:dec2flt, r=pnkfelix
2015-08-13 Ulrik SverdrupRename String::into_boxed_slice -> into_boxed_str
2015-08-13 Nathan KleynImprove interior mutability example for E0386.
2015-08-13 Nathan KleynAdd details about types with interior mutability to...
2015-08-13 Nathan KleynAdd detailed diagnostics for E0386.
2015-08-13 Niko Matsakisastconv.rs: extended ast_ty_to_ty debugging
2015-08-13 borsAuto merge of #27803 - Manishearth:rollup, r=Manishearth
2015-08-13 Manish GoregaokarRollup merge of #27757 - AlisdairO:diagnostics366,...
2015-08-13 Manish GoregaokarRollup merge of #27699 - nathankleyn:diagnostics-383...
2015-08-13 Nathan KleynImprove code examples for E0383 long diagnostic.
2015-08-13 Nathan KleynAdd detailed diagnostics for E0383.
2015-08-13 borsAuto merge of #27762 - alexcrichton:fix-libc, r=aturon
2015-08-13 borsAuto merge of #27693 - nagisa:remutex-docs, r=alexcrichton
2015-08-13 borsAuto merge of #27789 - chriskrycho:remove_pandoc_refere...
2015-08-13 Chris Krychodoc/readme: replace references to Pandoc with rustdoc.
2015-08-13 borsAuto merge of #27763 - wthrowe:debug-docs, r=alexcrichton
2015-08-13 Niko Matsakisexpr_use_visitor: Remove FIXME that is no longer needed...
2015-08-13 Niko Matsakisadd regression test for #27592. Fixes #27592.
2015-08-13 borsAuto merge of #27652 - alex-ozdemir:iter, r=bluss
2015-08-12 William ThroweCorrect debug! documentation
2015-08-12 William ThroweWhitelist .pp files in tidy-binaries
2015-08-12 borsAuto merge of #27698 - arielb1:foreign-type-import...
2015-08-12 Alex Crichtonlibc: Fix backcompat with crates.io version
2015-08-12 Niko Matsakisregionck.rs: experimentally adopt a more conservative...
2015-08-12 Niko Matsakisty.rs: document/cleanup required_region_bounds a bit
2015-08-12 Niko Matsakisregionck.rs: add a delayed_span_bug call to validate...
2015-08-12 Niko Matsakisoutlives.rs: correct typo
2015-08-12 Niko Matsakistraits/error_reporting.rs: always note obligation cause
2015-08-12 Niko MatsakisUpdate test error messages based on changes to wfcheck...
2015-08-12 Niko Matsakischeck/wf.rs: change to use correct span and older WF...
2015-08-12 Niko Matsakisoutlives.rs: remove use of ty.walk and replace with...
2015-08-12 Niko Matsakisoutlives: convert outlives to use an exhaustive match...
2015-08-12 Niko Matsakistraits: consider whether origin is RFC1214 when caching...
2015-08-12 Niko Matsakisregionck.rs: correct misuse of ty.regions() rather...
2015-08-12 Niko Matsakisregionck.rs: remove dead fn type_strictly_outlives
2015-08-12 Niko Matsakismiddle/outlives.rs: s/temp/subcomponents/
2015-08-12 Niko Matsakismiddle/outlives.rs: fix typo
2015-08-12 Niko Matsakisinfer/mod.rs: add doc comment to RFC1214 variant
next